Missing Controller
Error: SocialStreamController could not be found.
Error: Create the class SocialStreamController below in file: app/controllers/social_stream_controller.php
<?php
class SocialStreamController extends AppController {
var $name = 'SocialStream';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
